home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gekkan Dennou Club 147
/
Gekkan Dennou Club - 2000.8 Vol. 147 (Japan).7z
/
Gekkan Dennou Club - 2000.8 Vol. 147 (Japan) (Track 1).bin
/
docs
/
ippon
/
ver
/
013
/
ippon013.lzh
/
makefile
< prev
next >
Wrap
Makefile
|
2000-07-07
|
814b
|
35 lines
# makefile for ippon.x
CC = gcc
CFLAGS = -DDEBUG
#CFLAGS = -O -fomit-frame-pointer -fstrength-reduce -fforce-mem -fforce-addr -fcombine-regs
AS = has
LD = hlk
INC =
LIBS = libc.a libgnu.a libdos.a libiocs.a xsp2lib.o
LZH = ippon011
%.o: %.c
$(CC) $(CFLAGS) -c $<
all: ippon.x maketbl.x
ippon.x: main.o player.o shot.o enemy.o eshot.o effect.o psearch.o
$(LD) $^ -o $@ -l $(LIBS)
main.o: main.c main.h player.h shot.h enemy.h eshot.h effect.h
player.o: player.c main.h player.h shot.h
shot.o: shot.c main.h player.h shot.h
enemy.o: enemy.c main.h player.h shot.h enemy.h effect.h
eshot.o: eshot.c main.h player.h eshot.h
effect.o: effect.c main.h effect.h
psearch.o: psearch.c player.h psearch.h
maketbl.x: maketbl.o
$(LD) $^ -o $@ -l $(LIBS)
dist:
LHA a -t ../$(LZH)